From 930f580857971ce4f0c47180cfac14eb46792d7f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 4 Sep 2013 20:59:56 -0400 Subject: [PATCH] Trivial formatting fixes --- gtk/gtkmenutoolbutton.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkmenutoolbutton.c b/gtk/gtkmenutoolbutton.c index 93a630d86b..0c47e14172 100644 --- a/gtk/gtkmenutoolbutton.c +++ b/gtk/gtkmenutoolbutton.c @@ -250,10 +250,10 @@ gtk_menu_tool_button_class_init (GtkMenuToolButtonClass *klass) * * The ::show-menu signal is emitted before the menu is shown. * - * It can be used to populate the menu on demand, using + * It can be used to populate the menu on demand, using * gtk_menu_tool_button_set_menu(). - * Note that even if you populate the menu dynamically in this way, + * Note that even if you populate the menu dynamically in this way, * you must set an empty menu on the #GtkMenuToolButton beforehand, * since the arrow is made insensitive if the menu is not set. */ @@ -476,8 +476,8 @@ gtk_menu_tool_button_set_arrow_tooltip_text (GtkMenuToolButton *button, * @markup: markup text to be used as tooltip text for button's arrow button * * Sets the tooltip markup text to be used as tooltip for the arrow button - * which pops up the menu. See gtk_tool_item_set_tooltip_text() for setting a - * tooltip on the whole #GtkMenuToolButton. + * which pops up the menu. See gtk_tool_item_set_tooltip_text() for setting + * a tooltip on the whole #GtkMenuToolButton. * * Since: 2.12 **/ -- 2.30.2